home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / isode / dosisode / DOSISODE80.ZIP / ETC / DE / DEMATCHI < prev    next >
Encoding:
Text File  |  1992-07-04  |  1.5 KB  |  37 lines

  1. In many cases, the Directory will be able to resolve queries successfully, 
  2. even if you enter names which do not exactly match the names in the Directory.
  3. However, you may find that the Directory will fail to find a match, which 
  4. appears to be almost correct.  The following query provides such an example:
  5.  
  6.     person>       kille
  7.     department>   computing science
  8.     organisation> ucl
  9.     country>      gb
  10.  
  11. In this case, the Directory Service returns with the message: "No departments
  12. match `computing science'", although the correct name of the department,
  13. "computer science", is very similar.  
  14.  
  15. The reason for this failure is that too much information has been provided 
  16. for approximate matching to work.  In general, the less you type, the more 
  17. matches the system will return.  Thus, entering "comp" at the department
  18. prompt will obtain the following response:
  19.  
  20. Got the following approximate matches.  Please select one from the list
  21. by typing the number corresponding to the entry you want.
  22.  
  23.       1 Computer Science
  24.       2 Computerised Tomography
  25.  
  26. Alternatively, typing "comp sci" will obtain the following matches:
  27.  
  28.       1 Central Computing Service
  29.       2 Computer Science
  30.  
  31. You may find that the system will occasionally return some "matches" which 
  32. you find hard to understand - the approximate matching uses phonetics if
  33. more precise matching is not possible.
  34.         
  35. See the help screen on WILDCARDS for details on how to exercise more control
  36. over the type of matching used by this service.
  37.